Layer Tree Domain
LayerTreeDomain represents LayerTree protocol domain request/response operations and events that can be captured.
This API is marked as experimental in protocol definition and can change in the future.
Functions
compositingReasons
Link copied to clipboard
fun compositingReasons(input: CompositingReasonsRequest): Single<CompositingReasonsResponse>
Content copied to clipboard
description
Link copied to clipboard
disable
Link copied to clipboard
enable
Link copied to clipboard
events
Link copied to clipboard
getDependencies
Link copied to clipboard
layerPainted
Link copied to clipboard
layerTreeDidChange
Link copied to clipboard
loadSnapshot
Link copied to clipboard
fun loadSnapshot(input: LoadSnapshotRequest): Single<LoadSnapshotResponse>
Content copied to clipboard
makeSnapshot
Link copied to clipboard
fun makeSnapshot(input: MakeSnapshotRequest): Single<MakeSnapshotResponse>
Content copied to clipboard
profileSnapshot
Link copied to clipboard
fun profileSnapshot(input: ProfileSnapshotRequest): Single<ProfileSnapshotResponse>
Content copied to clipboard
releaseSnapshot
Link copied to clipboard
fun releaseSnapshot(input: ReleaseSnapshotRequest): Single<RequestResponseFrame>
Content copied to clipboard
replaySnapshot
Link copied to clipboard
fun replaySnapshot(input: ReplaySnapshotRequest): Single<ReplaySnapshotResponse>
Content copied to clipboard
snapshotCommandLog
Link copied to clipboard
fun snapshotCommandLog(input: SnapshotCommandLogRequest): Single<SnapshotCommandLogResponse>
Content copied to clipboard
Sources
jvm source
Link copied to clipboard